@charset "utf-8";

/*公用样式开始*/

* {
	font-family: Microsoft YaHei, simsun, Helvetica Neue, Arial, Helvetica, sans-serif;
}

body {
	position: relative;
}

ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

a {
	font-size: 14px;
	text-decoration: none;
}

a:hover,
a:focus,
a:visited {
	text-decoration: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.col {
	color: #e83625;
}

.red {
	color: #ef0c0c;
}

.bgcol {
	background-color: #f1f1f1;
}

img {
	border: none;
}

p {
	margin: 0;
}


/*公用样式结束*/


/*header开始*/
.header{
	padding: 10px 0;
}
.logo{
	float: left;
	display: block;
	width: 300px;
	margin: 12px 0 0 0px;
}
.logo img{
	width: 100%;
}

.search{
	float: left;
	width: 45%;
    text-align: center;
    margin: 30px auto 0;
    margin-left: 20px;
}
.search div{
	width: 85%;
    margin: 0 auto;
    position: relative;
}
.search div input{
	border-radius: 30px;
	border-color: #E83625;
}
.search div input:focus{
	border-color: #E83625;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(232,54,37,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(232,54,37,.6);
}

.search div button{
	position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    height: 34px;
    line-height: 34px;
    border-color: #E83625;
    border-radius: 0 30px 30px 0;
    background-color: #E83625;
    padding: 3px 25px;
}
.search div button i{
	color: #fff;
	font-size: 20px;
}
.search div .btn-default:active,.search div .btn-default:hover,.search div .btn-default:focus,.search div .btn-default:visited{
	color: #fff;
	outline: 0;
	box-shadow: none;
    background-color: rgba(232,54,37,.9);
    border-color: #E83625;
}


.contact{
	float: right;
	margin: 15px 5px 0 0;
}
.con-dl{
	float: left;
	margin-top: 0px;
	position: relative;
}
.con-click{
	color: #333;
    font-size: 18px;
    margin: 5px 8px 2px;
    display: inline-block;
    cursor:pointer;
    position: relative;
    transition: all 0.33s;
}
.con-click:hover{
	color: #E83625;
}
.con-tel{
	position: absolute;
    right: 0;
    white-space: nowrap;
	color: #333;
	font-size: 16px;
}
.con-tel b{
	color: #e83625;
    font-size: 20px;
}

.con-click:first-of-type:before{
	content: "";
	position: absolute;
	top: 0px;
    right: -11px;
    width: 1px;
    height: 25px;
    background-color: rgba(3,3,3,.5);
}

.con-eject .con-con{
	padding: 40px 30px;
	text-align: center;
}

.con-title{
	color: #E83625;
	font-size: 24px;
	font-weight: bold;
}
.con-lf li{
	color: #333;
	font-size: 18px;
	padding: 5px 10px;
	text-align: left;
	border-bottom: 1px solid #eee;
}
.con-rg img{
	width: 85%;
}
.con-rg p{
	color: #333;
	font-size: 14;
	margin: 8px 0;
}








.con-wx{
	float: right;
	margin: 0 10px 0;
}
.con-wx a{
	color: #333;
	font-size: 45px;
	position: relative;
}
.con-wx a:hover{
	color: #E83625;
}

.con-wx a div {
	display: none;
	position: absolute;
	top: 63px;
    left: -66%;
	z-index: 999;
	width: 100px;
	height: 100px;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 10px 12px rgba(33, 33, 33, 0.5);
	transition: all 0.33s;
}

.con-wx a:hover div {
	display: block;
}

.con-wx a div:before {
	content: "";
	display: block;
	position: absolute;
	top: -29px;
	left: -1px;
	width: 100%;
	height: 10px;
	border-width: 14px 50px;
	border-style: solid;
	border-color: transparent transparent #ddd transparent;
}

.con-wx a div:after {
	content: "";
	display: block;
	position: absolute;
	top: -28px;
	left: -1px;
	width: 100%;
	height: 10px;
	border-width: 14px 50px;
	border-style: solid;
	border-color: transparent transparent #fff transparent;
}

.con-wx a div img {
	width: 100%;
}





/*header结束*/


/*导航开始*/
#dh{
	margin: 0;
	min-height: auto;
}

#dh-xs{}
#dh-xs ul{
	width: 100%;
}
#dh-xs ul li{
	width: 12.5%;
}
#dh-xs ul li a{
	display: block;
	width: 100%;
	font-size: 16px;
	text-align: center;
	padding: 10px 0;
    border-radius: 30px;
    transition: all 0.33s;
}
#dh-xs ul li.active a{
	color: #fff;
	background-color: rgba(232,54,37,1);
}

.act0 li:nth-of-type(1) a{
	color: #fff;
	background-color: rgba(232,54,37,1);
}
.act1 li:nth-of-type(2) a{
	color: #fff;
	background-color: rgba(232,54,37,1);
}
.act2 li:nth-of-type(3) a{
	color: #fff;
	background-color: rgba(232,54,37,1);
}
.act3 li:nth-of-type(4) a{
	color: #fff;
	background-color: rgba(232,54,37,1);
}
.act4 li:nth-of-type(5) a{
	color: #fff;
	background-color: rgba(232,54,37,1);
}
.act5 li:nth-of-type(6) a{
	color: #fff;
	background-color: rgba(232,54,37,1);
}
.act6 li:nth-of-type(7) a{
	color: #fff;
	background-color: rgba(232,54,37,1);
}
.act7 li:nth-of-type(8) a{
	color: #fff;
	background-color: rgba(232,54,37,1);
}







@media only screen and (max-width: 768px) {
#dh-bg.on {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 888;
    background-color: rgba(3, 3, 3, 0.35);
    transition: all 0.33s;
}
.navbar-header {
    position: fixed;
    right: 0;
    top: 40px;
    z-index: 999;
    width: 73px;
    border-radius: 30px 0 0 30px;
    background-color: #fff;
}
#dh-xs {
    position: fixed;
    right: -183px;
    top: 0;
    width: 200px;
    height: 100%;
    background-color: #fff;
    z-index: 999;
    display: block;
    border-left: 3px solid #d8212d;
}

#dh-xs ul {
    width: 100%;
    margin: 10px 0 0 -15px;
}
#dh-xs ul li {
    width: 100%;
    padding-left: 15px;
}
#dh-xs ul li a {
    font-size: 16px;
    text-align: left;
    padding: 8px 5px;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}





	
}


/*导航结束*/

/*新闻头部开始*/
.Top{
	margin: 20px 0;
}

.car-text{
	position: absolute;
	bottom: 0;
	padding: 10px 20px;
	width: 100%;
	z-index: 9;
	color: #fff;
	font-size: 16px;
	background-color: rgba(3,3,3,.5);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ban-a{
	position: absolute;
    top: 43%;
    width: 8%;
    font-size: 20px;
    color: #fff;
    padding: 15px 0;
    text-align: center;
    background-color: rgba(3,3,3,.8);
    opacity: .75;
    transition: all 0.33s;
}
.ban-a.left{
    left: 0;
}
.ban-a.right{
	right: 0;
}
.ban-a:hover,.ban-a:focus{
	color: #fff;
	background-color: rgba(232,54,37,.8);
	opacity: 1;
}

.Topdiv{
	margin: 10px 0;
}
.Topdiv1{}
.Topdiv1:after,.Topdiv2:after{
	content: "";
	display: block;
	clear: both;
}
.Topdiv1 li{
	float: left;
	width: 33.3%;
	padding: 2px;
}
.Topdiv1 li a{
	display: block;
	padding: 20px;
	text-align: center;
}
.Topdiv1 li a span{
	color: #fff;
	font-size: 20px;
	height: 60px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	box-sizing: content-box;
}


.Topdiv1 li:nth-of-type(1) a{
	background-color: rgba(225,82,69,1);
}
.Topdiv1 li:nth-of-type(1) a:hover{
	background-color: rgba(225,82,69,0.85);
}
.Topdiv1 li:nth-of-type(2) a{
	background-color: rgba(246,142,72,1);
}
.Topdiv1 li:nth-of-type(2) a:hover{
	background-color: rgba(246,142,72,0.85);
}
.Topdiv1 li:nth-of-type(3) a{
	background-color: rgba(241,80,30,1);
}
.Topdiv1 li:nth-of-type(3) a:hover{
	background-color: rgba(241,80,30,0.85);
}


.Topdiv2 li{
	float: left;
	width: 25%;
	padding: 2px;
}
.Topdiv2 li a{
	display: block;
	padding: 20px 18px;
	background-color: rgba(243,186,62,1);
}
.Topdiv2 li a span{
	color: #fff;
	text-align: center;
	font-size: 18px;
	height: 60px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	box-sizing: content-box;
}
.Topdiv2 li a:hover{
	background-color: rgba(243,186,62,0.85);
}


.Topcp{
	margin: 20px 0;
}
.Topcp-titles{
	padding: 0 15px;
	background-color: rgba(3,3,3,.1);
}
.Topcp-titles:after{
	content: "";
	display: block;
	clear: both;
}
.Topcp-titles li{
	float: left;
	width: 14.2%;
}
.Topcp-titles li a{
	display: block;
	color: #666;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
}
.Topcp-titles li.at a{
	color: #fff;
	background-color: #E83625;
}

.Topcp-uls{
	margin: 10px 0;
}
.Topcp-lis{
	display: none;
}
.Topcp-lis:first-of-type{
	display: block;
}

.Topcp-lis-img{}
.Topcp-lis-img:after{
	content: "";
	display: block;
	clear: both;
}
.Topcp-lis-img li{
	float: left;
	width: 25%;
	padding: 0 5px;
}
.Topcp-lis-img li a{
	display: block;
}
.Topcp-lis-img li a img{
	width: 100%;
}
.Topcp-lis-img li a span{
	display: block;
	width: 100%;
	color: #333;
	font-size: 14px;
	line-height: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.33s;
}
.Topcp-lis-img li a:hover span{
	color: #E83625;
}

.Topcp-lis-text{
	margin: 10px 0;
}
.Topcp-lis-text:after{
	content: "";
	display: block;
	clear: both;
}
.Topcp-lis-text li{
	float: left;
	width: 50%;
	color: #666;
    padding: 0 8px;
}
.Topcp-lis-text li a{
	color: #333;
	display: block;
	font-size: 16px;
	line-height: 30px;
	padding-left: 20px;
	position: relative;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	transition: all 0.33s;
}
.Topcp-lis-text li a:hover{
	color: #E83625;
}
.Topcp-lis-text li a:before{
	content: "";
	position: absolute;
	top: 47%;
	left: 7px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #999;
}


.Advertisement{
	width: 100%;
}
.Advertisement a{
	display: block;
	margin-bottom: 15px;
    padding: 10px;
	border: 1px dashed #ccc;
}
.Advertisement a img{
	width: 100%;
}
.news{}
.hot{
	color: #333;
    font-size: 24px;
}
.hot i{
	color: #e83625;
    font-size: 24px;
    margin-left: 5px;
    margin-right: 8px;
}
.news-img{
	width: 100%;
}
.news-img a{
	display: block;
}
.news-img img{
	width: 100%;
}
.news-lis{
	margin: 8px 0;
}
.news-lis li{
	margin: 3px 0;
}
.news-lis li a{
	display: block;
	border-bottom: 1px dashed #ccc;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-lis li a i{
	font-style: inherit;
    position: relative;
    margin-right: 30px;
}
.news-lis li a i:before{
	position: absolute;
	left: 0;
	top: 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin: 0 5px;
    display: inline-block;
    background-color: #999;
}
.news-lis li:nth-of-type(1) a i:before{
	content: "1";
	background-color: #E83625;
}
.news-lis li:nth-of-type(2) a i:before{
	content: "2";
	background-color: #FF9727;
}
.news-lis li:nth-of-type(3) a i:before{
	content: "3";
	background-color: #f1c90a;
}
.news-lis li:nth-of-type(4) a i:before{
	content: "4";
}
.news-lis li:nth-of-type(5) a i:before{
	content: "5";
}
.news-lis li:nth-of-type(6) a i:before{
	content: "6";
}
.news-lis li:nth-of-type(7) a i:before{
	content: "7";
}
.news-lis li:nth-of-type(8) a i:before{
	content: "8";
}
.news-lis li:nth-of-type(9) a i:before{
	content: "9";
}
.news-lis li:nth-of-type(10) a i:before{
	content: "10";
}


.news-lis li a span{
	color: #333;
	font-size: 16px;
	line-height: 30px;
	transition: all 0.33s;
}
.news-lis li a:hover span{
	color: #E83625;
}

.labels{
	margin: 20px 0;
    padding: 5px 0 30px;
    border: 1px solid #eee;
    background-color: rgba(204, 204, 204, 0.2);
}
.labels-lis{
	padding: 5px;
}
.labels-lis:after{
	content: "";
	display: block;
	clear: both;
}
.labels-lis li{
	float: left;
	padding: 3px;
}
.labels-lis li a{
	color: #333;
    display: block;
    font-size: 16px;
    padding: 2px 10px;
    border: 1px solid #ccc;
    border-radius: 30px;
    background-color: #fff;
    transition: all 0.33s;
}
.labels-lis li a:hover{
	color: #fff;
	border-color: #E83625;
	background-color: #E83625;
}




/*新闻头部结束*/

/*广告位开始*/
.gg{
	margin: 20px 0;
}
.gg-nr{
	position: relative;
}
.gg-nr img{
	width: 100%;
}


/*广告位结束*/

/*新闻底部开始*/
.Bottom{}
.btcp{
	/*margin-top: 5px;*/
}
.btcp-title{
	border-top: 1px solid #eee;
}
.btcp-title a:first-of-type{
	color: #333;
	font-size: 20px;
	font-weight: bold;
	padding: 8px 0;
	display: inline-block;
	border-top: 2px solid #E83625;
}
.btcp-title-gd{
	float: right;
    color: #666;
    font-size: 14px;
    font-weight: 300;
    border: none;
    margin-top: 12px;
    transition: all 0.33s;
}
.btcp-title-gd:hover{
	color: #e83625;
}

.btcp-nr{}
.btcp-nr:after{
	content: "";
	display: block;
	clear: both;
}
.btcp-nr-lf{
	float: left;
    width: 34%;
}

.btcp-nr-img{
    display: block;
    float: left;
    width: 100%;
    padding-right: 15px;
    margin-bottom: 15px;
}
.btcp-nr-img img{
	width: 100%;
	transition: all 0.33s;
}
.btcp-nr-img:hover img{
	opacity: .9;
}
.btcp-nr-img span{
	color: #333;
	width: 100%;
	margin: 5px 0;
    display: block;
	font-size: 14px;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.33s;
}
.btcp-nr-img:hover span{
	color: #E83625;
}


.btcp-nr-rg{
	float: left;
    width: 66%;
}
.btcp-nr-ul{
	margin-bottom: 15px;
}
.btcp-nr-ul li{
	margin-bottom: 8px;
}
.btcp-nr-ul li a{
	display: block;
	width: 100%;
	color: #333;
	font-size: 16px;
	padding-left: 20px;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.33s;
}
.btcp-nr-ul li:first-of-type a{
	font-size: 18px;
	font-weight: bold;
}
.btcp-nr-ul li a:before{
	content: "";
    position: absolute;
    top: 40%;
    left: 7px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #ccc;
}
.btcp-nr-ul li a:hover{
	color: #E83625;
}

.xs-btcp-lf{
	width: 100%;
}
.xs-btcp-lf a{
	width: 50%;
}
.xs-btcp-rg{
	width: 100%;
}


/*新闻底部结束*/

/*页尾开始*/
.footer{
	margin-top: 30px;
	padding: 20px 0;
	background-color: #666;
}
.foot-nr{}
.foot-nr p{
	color: #eee;
	margin: 5px 0;
}
.foot-nr p a{
	color: #f4f4f4;
	padding: 0 5px;
	transition: all 0.33s;
}
.foot-nr p a:hover{
	color: #E83625;
}


/*页尾结束*/


/*列表页*/
/*位置导航开始*/
.position{}
.breadcrumb{
	margin-bottom: 10px;
    background-color: #ffffff;
}
.breadcrumb li{}
.breadcrumb li a{
	color: #666;
	transition: all 0.33s;
}
.breadcrumb li a:hover{
	color: #E83625;
}
.breadcrumb li a i{
	margin-right: 5px;
}



/*列表内容开始*/
.lists{}
.lists-title{
	color: #E83625;
	font-size: 28px;
	font-weight: bold;
	margin: 0 0 10px;
}
.lists-title em{
	font-style: initial;
    color: #333;
    font-size: 16px;
    font-weight: 300;
}
.lists-ss{
	color: #666;
    font-size: 16px;
    margin: 10px 0 15px;
}


.lists-lb{
	margin: 20px -10px;
}
.lists-lb:after{
	content: "";
	display: block;
	clear: both;
}
.lists-lb li{
	float: left;
	width: 50%;
	padding: 10px;
}
.lists-lb li a{
	display: block;
	position: relative;
	padding: 10px 15px;
	border: 1px solid #ccc;
	transition: all 0.33s;
}
.lists-lb li a:hover{
	margin-top: -3px;
	margin-bottom: 3px;
	-moz-box-shadow: 0 3px 15px rgba(3,3,3,0.12);
	-webkit-box-shadow: 0 3px 15px rgba(3,3,3,0.12);
	box-shadow: 0 3px 15px rgba(3,3,3,0.12);
}

.lists-lb li a:before{
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 3px;
	background-color: #E83625;
	opacity: 0;
	transition: all 0.33s;
}
.lists-lb li a:hover:before{
	opacity: 1;
}

.lists-lb li a i{
	position: absolute;
	top: -11px;
	left: 0;
	z-index: 5;
	color: #d81e06;
	font-size: 45px;
}
.lists-lb-title{
	color: #333;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 8px 5px;
	border-bottom: 1px solid #ccc;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.33s;
}
.lists-lb li a:hover .lists-lb-title{
	color: #E83625;
}

.lists-lb-em{
	padding: 7px 5px;
}
.lists-lb-em span{
	color: #999;
	font-size: 13px;
	padding: 1px 5px;
	border: 1px solid #999;
}
.lists-lb-em em{
	font-style: normal;
    color: #999;
    font-size: 13px;
    margin-left: 12px;
}
.lists-lb-p{
	color: #999;
	font-size: 14px;
	height: 40px;
	line-height: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	box-sizing: content-box;
}

.lists-lis{
	border-top: 1px solid #eee;
}
.lists-lis li{
	margin-top: -1px;
}
.lists-lis li a{
	display: block;
	padding: 20px 30px;
	border-bottom: 1px solid #eee;
	transition: all 0.33s;
}
.lists-lis li a:hover{
	background: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    -moz-box-shadow: 0 0 25px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 25px rgba(0,0,0,.1);
    box-shadow: 0 0 25px rgba(0,0,0,.1);
}

.lists-lis li a:after{
	content: "";
	display: block;
	clear: both;
}
.lists-lis-lf{
	float: left;
	width: 200px;
	margin-right: 15px;
}
.lists-lis-lf img{
	width: 100%;
}

.lists-lis-rg{}
.lists-lis-title{
	color: #333;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 8px 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.33s;
}
.lists-lis li a:hover .lists-lis-title{
	color: #E83625;
}

.lists-lis-em{
	padding: 7px 5px;
}
.lists-lis-em span{
	color: #999;
	font-size: 13px;
	padding: 1px 5px;
	margin-left: 8px;
	border: 1px solid #999;
}
.lists-lis-em em{
	font-style: normal;
    color: #999;
    font-size: 13px;
    margin-left: 12px;
}

.lists-lis-p{
	color: #333;
	font-size: 14px;
	height: 60px;
	line-height: 20px;
	text-indent: 2em;
	padding-left: 5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	box-sizing: content-box;
}
.lists-lis-a{
	color: #aaa;
    margin-top: 6px;
    display: inline-block;
}

.page{
	margin: 40px auto;
    text-align: center;
}

.pagination a{
	color: #333;
	padding: 6px 12px;
	margin: 3px 0;
    display: inline-block;
    transition: all 0.33s;
	background-color: #fff;
    border: 1px solid #ddd;
}
.pagination a:hover{
	color: #fff;
	border: 1px solid rgba(217,33,45,1);
    background-color: rgba(217,33,45,.8);
}
.pagination>b{
	color: #fff;
	padding: 6px 12px;
	margin: 3px 0;
    display: inline-block;
	border: 1px solid rgba(217,33,45,1);
    background-color: rgba(217,33,45,.8);
}
.pagination span{
	margin-left: 20px;
	color: #333;
	font-size: 14px;
}



.random{}
.random-lis{}
.random-lis li{
	border-bottom: 1px dashed #ccc;
}
.random-lis li a{
	color: #333;
	font-size: 16px;
	display: block;
	position: relative;
	padding: 5px 15px 5px 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.33s;
}
.random-lis li a:before{
	content: "";
	position: absolute;
	top: 46%;
	left: 10px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #999;
}
.random-lis li a:hover{
	color: #E83625;
}


/*列表内容结束*/

/*详情开始*/
.particulars{}
.par-title{
	color: #e83625;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	-moz-text-shadow: 2px 2px 0px rgba(3,3,3,.18);
	-webkit-text-shadow: 2px 2px 0px rgba(3,3,3,.18);
	text-shadow: 2px 2px 0px rgba(3,3,3,.18);
}
.par-em{
	padding: 7px 5px;
}
.par-em span{
	color: #999;
    font-size: 13px;
    padding: 1px 5px;
    margin-left: 8px;
    border: 1px solid #999;
}
.par-em em{
	font-style: normal;
    color: #999;
    font-size: 13px;
    margin-left: 12px;
}
.par-synopsis{
	padding: 8px 12px;
	margin: 10px 0;
	position: relative;
	border: 1px solid #ccc;
	background-color: #f4f4f4;
}
.par-synopsis:after{
	content: "";
	display: block;
	clear: both;
}
.par-synopsis i{
	float: left;
	width: 80px;
	margin-right: 15px;
}
.par-synopsis i img{
	width: 100%;
}

.par-synopsis p{
	color: #666;
	font-size: 16px;
	line-height: 28px;
    margin: 10px 0;
    position: relative;
}
.par-synopsis p a{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	left: 10px;
	bottom: 0;
	padding: 2px 15px;
	border: 1px solid #E83625;
	border-radius: 30px;
	/*background: -webkit-linear-gradient(to top, #e83625, #ee6724);*/ /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(to top, #e83625, #ee6724); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(to top, #e83625, #ee6724); /* Firefox 3.6 - 15 */
	background: linear-gradient(to top, #e83625, #ee6724); /* 标准的语法 */
	transition: all 0.33s;
}
.par-synopsis p a:hover{
	background-color: #E83625;
}

.par-nr{
	margin: 20px 0;
	color: #333;
	font-size: 16px;
	line-height: 28px;
	min-height: .01%;
    overflow-x: auto;
}
.par-nr p,.par-nr *{
	color: #333;
	text-indent: 2em;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 10px;
}
.par-nr p img,.par-nr img{
	display: block;
	width: 100% !important;
	height: auto !important;
	max-width: 600px !important;
	margin: 0 auto;
}
.par-nr table{
	width: 100%;
}
.par-nr table tr th,.par-nr table tr td{
	text-align: center;
	vertical-align: middle;
}
.par-nr table tr td,.par-nr table tr td *{
	font-size: 14px !important;
}
.par-nr table tr:nth-of-type(2n-1){
	background-color: rgba(216,33,45,.08);
}
.par-nr table tr:hover{
	background-color: rgba(216,33,45,.1);
}
.par-nr table tr:first-of-type{
	color: #fff;
	background-color: rgba(216,33,45,.8);
}





.par-xl{}
.par-xl img{
	display: block;
	width: 100%;
	max-width: 206px;
	margin: 10px auto;
}
.par-fx{
	width: 400px;
	margin: 0 auto;
}
.par-fx:after{
	content: "";
	display: block;
	clear: both;
}
.par-fx-zan{
	float: left;
    color: #fff;
    line-height: 35px;
    text-align: center;
    margin: 5px;
    border-radius: 4px;
    background: #ED575D;
    width: 100px;
    display: block;
    transition: all 0.33s;
}
.par-fx-zan i{
	font-size: 16px;
	margin-right: 5px;
}
.par-fx-zan b{
	margin: 0 1px;
}

.par-fx-zan:hover{
	color: #fff;
	background-color: #E83625;
}

.par-agg{
	margin: 20px 0;
}
.par-h5{
	color: #333;
	font-size: 18px;
	padding: 10px 20px;
	background-color: #eee;
}
.par-h5 i{
	color: #E83625;
	font-size: 18px;
	margin-right: 8px;
}

#fo{}
#fo:after{
	content: "";
	display: block;
	clear: both;
}
.req{
	float: left;
	width: 50%;
	padding: 0 10px;
	margin-bottom: 15px;
}
.req span{
	color: #333;
	font-size: 16px;
	font-weight: 300;
	padding: 5px;
	display: inline-block;
	position: relative;
}
.req span:after{
	content: "*";
	color: #f00;
	position: absolute;
	top: 5px;
	right: -5px;
}

.req input{
	width: 100%;
	background-color: #fbfbfb;
	border-radius: 0;
	box-shadow: none;
}
.req input:focus {
    border-color: #E83625;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(232,54,37,.2);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(232,54,37,.2);
}
#nr{
	float: left;
	width: 100%;
	padding: 0 10px;
	margin-bottom: 30px;
}
#nr span{
	color: #333;
	font-size: 16px;
	font-weight: 300;
	padding: 5px;
	display: inline-block;
}
#nr textarea{
	width: 100%;
	background-color: #fbfbfb;
	border-radius: 0;
	box-shadow: none;
}
#nr textarea:focus {
    border-color: #E83625;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(232,54,37,.2);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(232,54,37,.2);
}

.bt{
	clear: both;
	margin: 15px 0;
	text-align: center;
}
.bt button{
	color: #fff;
	font-size: 16px;
	padding: 5px 30px;
    outline: 0;
	border-radius: 0;
	border: 1px solid #E83625;
	background-color: rgba(232,54,37,1);
	transition: all 0.33s;
}
.bt button:hover,.bt button:focus,.bt button:active,.bt button:visited,.btn-primary:active:hover {
    color: #fff;
    outline: 0;
    background-color: rgba(232,54,37,.8);
    border-color: #E83625;
    border-radius: 30px;
    box-shadow: 0 3px 2px rgba(3,3,3,.3);
}


.par-tj{
	margin-top: 40px;
}





/*详情结束*/


#goTopBtn{
	color: #E83625;
	border: 1px solid #E83625;
	border-radius: 3px;
	position: fixed;
	line-height:36px;
	width:36px;
	right: 20px;
	bottom:35px;
	height:36px;
	cursor:pointer;
	display:none;
	text-align: center;
	z-index: 999;
	/*background-color: #fff;*/
}
#goTopBtn:hover{
	background-color:#E83625;
	color: #fff;
	text-decoration: none;
}
#goTopBtn>i{
	display: block;
	line-height:36px;
	width:100%;
}

















@media only screen and (max-width: 1199px) and (min-width: 992px) {
.logo {
    width: 280px;
}	

.search {
    width: 45%;
}
.search div {
    width: 80%;
}	
.Topdiv2 li a span {
    height: 90px;
    -webkit-line-clamp: 3;
}
.con-tel b {
    font-size: 16px;
}	
.labels-lis li a {
    font-size: 14px;
}



	
	
}



@media only screen and (max-width: 991px) and (min-width: 768px) {
.logo {
    width: 200px;
    margin: 20px 0 0 0px;
}
.search {
    width: 40%;
    margin-left: 10px;
}	
.search div {
    width: 85%;
}
.search div button {
    padding: 3px 15px;
}

.con-tel {
    font-size: 14px;
}
.con-tel b {
    font-size: 16px;
}
.con-click {
    font-size: 16px;
}
.con-wx a {
    font-size: 38px;
}
.con-wx a div {
    top: 56px;
    left: -83%;
}
#dh-xs ul li a {
    padding: 8px 0;
}


.btcp-nr-lf {
    width: 100%;
}
.btcp-nr-img {
    width: 50%;
}
.btcp-nr-rg {
    width: 100%;
}

	
	
	
}



@media only screen and (max-width: 767px) {
.logo {
    width: 175px;
    margin: 10px 0 0 0;
}
.search {
    display: none;
}
.contact {
    margin: 0px 0px 0 0;
}
.con-click{
	display: none;
}
.con-wx{
	display: none;
}

.car-text {
    font-size: 14px;
}
.Topdiv{
	display: none;
}
.Topdiv1 li a{
    padding: 14px;
}
.Topdiv1 li a span{
    font-size: 16px;
    height: 56px;
    line-height: 28px;
}
.Topdiv2 li a{
    padding: 10px 8px;
}
.Topdiv2 li a span{
    font-size: 15px;
    height: 50px;
    line-height: 25px;
}
.Topcp-titles li a {
    font-size: 15px;
}
.Topcp-lis-text li a {
    font-size: 15px;
}
.btcp-nr-ul li a {
    font-size: 15px;
}
.btcp-nr-ul li:first-of-type a {
    font-size: 16px;
    font-weight: bold;
}
.Topcp-titles {
    padding: 3px 2px;
    background-color: rgba(3,3,3,.08);
}
.Topcp-titles li {
    width: auto;
    padding: 2px 3px;
}
.Topcp-titles li a {
    color: #333;
    font-size: 16px;
    line-height: 18px;
    padding: 5px 8px;
    border: 1px solid #ccc;
    border-radius: 20px;
    background-color: #fff;
}
.Topcp-titles li.at a {
    color: #fff;
    border-color: #e83625;
    background-color: #e83625;
}

	
}


@media only screen and (max-width: 570px) {
.lists-lb li {
    width: 100%;
}
.lists-lb-title {
    line-height: 24px;
    white-space: inherit;
    overflow: inherit;
}
.lists-lis-lf {
    float: none;
    width: 100%;
    max-width: 300px;
    margin-right: 0px;
    margin-bottom: 10px;
}
.lists-lis-title {
    line-height: 24px;
    white-space: inherit;
    overflow: inherit;
}	
	
	
}



@media only screen and (max-width: 500px) {
.Topdiv1 li {
    width: 100%;
}	
.Topdiv1 li a {
    padding: 8px 5px;
}
.Topdiv1 li a span {
    font-size: 16px;
    height: 24px;
    line-height: 24px;
    -webkit-line-clamp: 1;
}
.Topdiv2 li {
    width: 50%;
}	
.Topdiv2 li a {
    padding: 8px 5px;
}
.Topdiv2 li a span {
    font-size: 14px;
    height: 40px;
    line-height: 20px;
    -webkit-line-clamp: 2;
}


.Topcp-lis-img li {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
}
.Topcp-lis-text li {
    width: 100%;
}
.btcp-nr-lf {
    width: 100%;
}
.btcp-nr-img {
    width: 50%;
}
.btcp-nr-rg {
    width: 100%;
}


.par-fx {
    width: auto;
}

.con-tel {
    font-size: 12px;
}
.con-tel b {
    font-size: 14px;
}




	
}


@media only screen and (max-width: 400px) {
.par-fx-zan {
    float: none;
    margin: 5px auto;
}
.req {
    width: 100%;
}	
	
	
	
}












































